Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some rescaling issues smoked out by the regional Bering domain #104

Merged
merged 89 commits into from
Apr 22, 2022
Merged

Conversation

kshedstrom
Copy link

Closes issue #54

Philip Pegion and others added 30 commits January 28, 2022 10:58
remove conflict with dev/emc
further resolve conflict
put id_sppt_wts, etc back.
* remove white space and fix comment

* Update MOM_oda_incupd.F90

remove unused index bounds, and fix sum_h2 loop.

Co-authored-by: pjpegion <Philip.Pegion@noaa.gov>
Co-authored-by: Marshall Ward <marshall.ward@noaa.gov>
- Pointing to OBC wiki file from the lateral parameterizations doc.

- Using the MOM6 verbosity to control the time_interp verbosity.

- Making the check for negative water depths more informative.
@codecov
Copy link

codecov bot commented Apr 7, 2022

Codecov Report

Merging #104 (861a8f1) into dev/gfdl (d729c67) will increase coverage by 0.00%.
The diff coverage is 9.23%.

@@            Coverage Diff            @@
##           dev/gfdl     #104   +/-   ##
=========================================
  Coverage     28.76%   28.77%           
=========================================
  Files           248      248           
  Lines         72968    72985   +17     
=========================================
+ Hits          20990    20998    +8     
- Misses        51978    51987    +9     
Impacted Files Coverage Δ
src/ALE/MOM_ALE.F90 34.23% <0.00%> (-0.54%) ⬇️
src/core/MOM_barotropic.F90 37.70% <0.00%> (ø)
src/framework/MOM_horizontal_regridding.F90 35.11% <0.00%> (ø)
src/initialization/MOM_state_initialization.F90 20.03% <ø> (ø)
src/ocean_data_assim/MOM_oda_driver.F90 0.00% <0.00%> (ø)
src/parameterizations/vertical/MOM_ALE_sponge.F90 15.88% <ø> (ø)
...c/parameterizations/vertical/MOM_energetic_PBL.F90 46.19% <0.00%> (ø)
...rc/parameterizations/vertical/MOM_tidal_mixing.F90 2.09% <0.00%> (ø)
...c/parameterizations/vertical/MOM_vert_friction.F90 42.54% <ø> (ø)
src/user/DOME_initialization.F90 0.00% <ø> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d729c67...861a8f1. Read the comment docs.

@Hallberg-NOAA Hallberg-NOAA linked an issue Apr 7, 2022 that may be closed by this pull request
@Hallberg-NOAA Hallberg-NOAA added the bug Something isn't working label Apr 7, 2022
@kshedstrom
Copy link
Author

I just pushed a fix to the rest of your comments (thank you!) except for the MOM_lateral_boundary_diffusion one. It would require GV%m_to_H and GV%kg_m2_to_H to be passed through too.

Added the new run-time parameter ODA_2018_ANSWERS to recover the answers from the previous version of the code, which did not supply properly dimensional rescaled minimum thicknesses for the remapping calls in the ODA driver.  When this is set to True, all answers are bitwise identical.
Copy link
Member

@Hallberg-NOAA Hallberg-NOAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am now satisfied that this PR is a correct and useful new contribution to the MOM6 code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Z_R, L_R, T_RESCALE_POWER answers don't match for my Bering domain
5 participants